home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
shrlk201.zip
/
_SETUP.1
/
Help.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-22
|
919b
|
28 lines
//---------------------------------------------------------------------------
#ifndef HelpH
#define HelpH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmAboutTester : public TForm
{
__published: // IDE-managed Components
TPanel *Panel1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TImage *Image1;
TButton *btnOk;
private: // User declarations
public: // User declarations
__fastcall TfrmAboutTester(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TfrmAboutTester *frmAboutTester;
//---------------------------------------------------------------------------
#endif